Learn R Programming

Directional (version 4.0)

Probability density function of the von Mises-Fisher distribution: Probability density function of the von Mises-Fisher distribution

Description

Probability density function of the von Mises-Fisher distribution.

Usage

pvm(theta, m, k, rads = FALSE)

Arguments

theta

A numerical value, either in radians or in degrees.

m

The mean direction in radians or in degrees.

k

The concentration parameter, \(\kappa\).

rads

If the data are in radians, this should be TRUE and FALSE otherwise.

Value

The probability that of x being less than theta, where x follows the von Mises-Fisher distribution.

Details

This value calculates the probability of x being less than theta and is used by group.gof.

References

Arthur Pewsey, Markus Neuhauser, and Graeme D. Ruxton (2013). Circular Statistics in R.

See Also

group.gof, circ.summary, rvonmises

Examples

Run this code
# NOT RUN {
pvm(1, 2, 10, rads = TRUE)
pvm(2, 2, 10, rads = TRUE)
# }

Run the code above in your browser using DataLab